home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_15280.txt < prev    next >
Text File  |  1989-08-22  |  7KB  |  344 lines

  1. -- background: 15280 from stack: in
  2. -- bmap block id: 15403
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.1.1 Example
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=443 top=5 right=72 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Instant Reference
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   instantReference "1.1.1"
  37. end mouseUp
  38.  
  39.  
  40. -- part 6 (button)
  41. -- low flags: 00
  42. -- high flags: 2000
  43. -- rect: left=482 top=176 right=205 bottom=511
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 162 / 162
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Help
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   Help
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 7 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=480 top=143 right=172 bottom=511
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1310 / 1310
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Student Services
  71. ----- HyperTalk script -----
  72. on mousedown
  73.   SSpopUp
  74. end mousedown
  75.  
  76. on mouseup
  77.   if the mouseloc is not within the rect of me then exit to hyperCard
  78.   doSS
  79. end mouseup
  80.  
  81.  
  82.  
  83. -- part 8 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=482 top=294 right=320 bottom=509
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 1236 / 1236
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Last Menu
  95.  
  96.  
  97. -- part 9 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=493 top=319 right=341 bottom=512
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 1400 / 1400
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Next
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.  
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 10 (button)
  117. -- low flags: 00
  118. -- high flags: 0000
  119. -- rect: left=478 top=319 right=341 bottom=498
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 1401 / 1401
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Prev
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.  
  131. end mouseUp
  132.  
  133.  
  134.  
  135. -- part 25 (field)
  136. -- low flags: 01
  137. -- high flags: 0000
  138. -- rect: left=17 top=75 right=128 bottom=418
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 0
  142. -- font id: 156
  143. -- text size: 16
  144. -- style flags: 0
  145. -- line height: 17
  146. -- part name: Header
  147.  
  148.  
  149. -- part 26 (field)
  150. -- low flags: 03
  151. -- high flags: 0000
  152. -- rect: left=17 top=136 right=157 bottom=400
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 0
  156. -- font id: 3
  157. -- text size: 10
  158. -- style flags: 256
  159. -- line height: 15
  160. -- part name: Instruction
  161.  
  162.  
  163. -- part 11 (field)
  164. -- low flags: 01
  165. -- high flags: 0000
  166. -- rect: left=16 top=38 right=67 bottom=439
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 0
  170. -- font id: 156
  171. -- text size: 20
  172. -- style flags: 0
  173. -- line height: 26
  174. -- part name: Subtitle
  175.  
  176.  
  177. -- part 28 (field)
  178. -- low flags: 01
  179. -- high flags: 0000
  180. -- rect: left=324 top=160 right=215 bottom=441
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 0
  184. -- font id: 156
  185. -- text size: 16
  186. -- style flags: 0
  187. -- line height: 17
  188. -- part name: Item2
  189.  
  190.  
  191. -- part 27 (field)
  192. -- low flags: 01
  193. -- high flags: 0000
  194. -- rect: left=94 top=160 right=214 bottom=210
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 0 / 0
  197. -- text alignment: 0
  198. -- font id: 156
  199. -- text size: 16
  200. -- style flags: 0
  201. -- line height: 17
  202. -- part name: Item1
  203.  
  204.  
  205. -- part 31 (field)
  206. -- low flags: 01
  207. -- high flags: 0000
  208. -- rect: left=325 top=241 right=299 bottom=454
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 0
  212. -- font id: 156
  213. -- text size: 16
  214. -- style flags: 0
  215. -- line height: 17
  216. -- part name: Item4
  217.  
  218.  
  219. -- part 30 (field)
  220. -- low flags: 01
  221. -- high flags: 0000
  222. -- rect: left=93 top=241 right=298 bottom=224
  223. -- title width / last selected line: 0
  224. -- icon id / first selected line: 0 / 0
  225. -- text alignment: 0
  226. -- font id: 156
  227. -- text size: 16
  228. -- style flags: 0
  229. -- line height: 17
  230. -- part name: Item3
  231.  
  232.  
  233. -- part 47 (field)
  234. -- low flags: 81
  235. -- high flags: 0001
  236. -- rect: left=423 top=0 right=13 bottom=466
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 0 / 0
  239. -- text alignment: 65535
  240. -- font id: 4
  241. -- text size: 9
  242. -- style flags: 0
  243. -- line height: 12
  244. -- part name: CardTitle
  245.  
  246.  
  247. -- part 49 (button)
  248. -- low flags: 00
  249. -- high flags: 2000
  250. -- rect: left=482 top=208 right=234 bottom=509
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 1234 / 1234
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: Lesson
  259. ----- HyperTalk script -----
  260. on mouseUp
  261.   Lesson
  262. end mouseUp
  263.  
  264.  
  265.  
  266. -- part 50 (button)
  267. -- low flags: 00
  268. -- high flags: 2000
  269. -- rect: left=12 top=156 right=226 bottom=213
  270. -- title width / last selected line: 0
  271. -- icon id / first selected line: 0 / 0
  272. -- text alignment: 1
  273. -- font id: 0
  274. -- text size: 12
  275. -- style flags: 0
  276. -- line height: 16
  277. -- part name: item1
  278. ----- HyperTalk script -----
  279. on mouseUp
  280.   set the hilite of me to true
  281.   go cd "Individual and Work E/2"
  282. end mouseUp
  283.  
  284.  
  285.  
  286. -- part 51 (button)
  287. -- low flags: 00
  288. -- high flags: 2000
  289. -- rect: left=231 top=156 right=226 bottom=453
  290. -- title width / last selected line: 0
  291. -- icon id / first selected line: 0 / 0
  292. -- text alignment: 1
  293. -- font id: 0
  294. -- text size: 12
  295. -- style flags: 0
  296. -- line height: 16
  297. -- part name: item2
  298. ----- HyperTalk script -----
  299. on mouseUp
  300.   set the hilite of me to true
  301.   go cd "Individual and Work E/3"
  302. end mouseUp
  303.  
  304.  
  305.  
  306. -- part 52 (button)
  307. -- low flags: 00
  308. -- high flags: 2000
  309. -- rect: left=12 top=234 right=312 bottom=218
  310. -- title width / last selected line: 0
  311. -- icon id / first selected line: 0 / 0
  312. -- text alignment: 1
  313. -- font id: 0
  314. -- text size: 12
  315. -- style flags: 0
  316. -- line height: 16
  317. -- part name: item3
  318. ----- HyperTalk script -----
  319. on mouseUp
  320.   set the hilite of me to true
  321.   go cd "Individual and Work E/6"
  322. end mouseUp
  323.  
  324.  
  325.  
  326. -- part 53 (button)
  327. -- low flags: 00
  328. -- high flags: 2000
  329. -- rect: left=231 top=234 right=312 bottom=453
  330. -- title width / last selected line: 0
  331. -- icon id / first selected line: 0 / 0
  332. -- text alignment: 1
  333. -- font id: 0
  334. -- text size: 12
  335. -- style flags: 0
  336. -- line height: 16
  337. -- part name: item4
  338. ----- HyperTalk script -----
  339. on mouseUp
  340.   set the hilite of me to true
  341.   go cd "Individual and Work E/8"
  342. end mouseUp
  343.  
  344.